home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Online / V3beta / V.ReadMe < prev    next >
Text File  |  2001-06-09  |  75KB  |  1,779 lines

  1.   __   __  
  2.   \ \ / 3 | Voyager 3.3beta104
  3.    \ V /  | Beta Release (8.6.2001)
  4.     \_/   | http://v3.vapor.com/
  5.             
  6. Welcome to V3.3beta104
  7.  
  8. [This is a second build of this version -- the first accidentally
  9. was compiled for "internal beta", and thus had a annoying warning
  10. requester and excessive debugging output]
  11.  
  12. This is the fifth "beta" version of V3 with the new layout 
  13. engine.  It now has approached a somewhat usable state again.
  14. It's still not compiled with code-optimization, it hasn't
  15. been manually optimized yet and it still contains tons of
  16. debugging code (and, possibly, the associated bugs).
  17.  
  18. Unlike the previous betas, this version will run in
  19. demo mode without a keyfile.
  20.  
  21. WARNING -- THE IMAGE DECODER VERSIONS OF THIS VERSION
  22. ARE *NOT* BACKWARD COMPATIBLE WITH OLDER VERSIONS.
  23. Worse still, if you feed them to an older V version,
  24. the older V version will nuke. This is due to an shortsight
  25. in the design of the interface between Image Decoders and
  26. the core V module -- this has been fixed for future releases,
  27. but can't be remedied for V 3.2 and below.
  28.  
  29. There are now two distinct release version of V -- one
  30. for AmigaOS 3.0 or 3.1 on 680x0 CPUs, one for MorphOS
  31. one PPC CPUs. See http://www.morphos.de/ for more information 
  32. about MorphOS.
  33.  
  34. You need the Plugins/ dir of the V3.2 full version
  35. to make this version run. Copy the included plugins over
  36. any of the old ones.
  37.  
  38. Notable known deficiencies (not worth reporting):
  39.  
  40.  - list item blocks don't get proper indentation
  41.    (same for BLOCKQUOTE)
  42.  - no printing at all
  43.  - it's not possible to add submenus to context menus yet
  44.  - Navigation within frames is, erm, suboptimal
  45.  - JS: function calls across frames do not work, and
  46.    cause bizarre errors
  47.  - The old flash plugin (from V 3.2) does not work
  48.    currently
  49.  - this list doesn't seem to be shrinking with new
  50.    beta versions
  51.  
  52. ------------------------------------------------------------
  53.  
  54. Support & Bug reporting
  55. =======================
  56.  
  57. Bug reports are appreciated, just stuff as much information
  58. as possible into them. A quick glance at the V
  59. mailing list will reveal whether 50000 people have already
  60. reported before. The JSERROR.LOG functionality will
  61. come in handy for dealing with JS quirks.
  62.  
  63. There's now an automated bug tracking system located at
  64.  
  65.  http://bugs.vapor.com/
  66.  
  67. To submit a bug report, simply mail it to
  68.  
  69.  <voyager-bugs@vapor.com>
  70.  
  71. You will receive a receipt and a tracking ID, which allows
  72. you to track your bug report stats in the bug database.
  73.  
  74. Please join the Voyager mailing list to discuss this beta
  75. release. Please do not contact any of the authors directly -
  76. their time is severly limited, and chances are good that
  77. you want them to do some work on the code instead of
  78. answering mail all day long :)
  79.  
  80. To subscribe, mail to
  81.  
  82.  <voyager-request@vapor.com>
  83.  
  84. and put "SUBSCRIBE" in the subject or body of the mail.
  85. The mailing list is archived at
  86.  
  87.  http://www.mail-archive.com/voyager@vapor.com/
  88.  
  89. Credits
  90. =======
  91.  
  92. Voyager is (C) 1995-2001 by Oliver Wagner <owagner@vapor.com>, 
  93. All Rights Reserved.
  94.  
  95. V³ is actually a joint effort conducted by several people
  96. using the powers of CVS:
  97.  
  98. The flash player and many many core changes have been done
  99. by David "Zapek" Gerber <zapek@vapor.com>
  100.  
  101. Several layout engine improvements have been contributed
  102. by Jon "Sircus" Bright <jon@siliconcircus.com>
  103.  
  104. The new bookmark and toolbar system has been devised by the wits
  105. of Simone "Wiz" Tellini <wiz@vapor.com>
  106.  
  107. Jerome "KingGuppy" Fisher <kingguppy@vapor.com> contributed 
  108. the new Textinput functionality including HTML tag highliting. 
  109. He also squashed some bugs.
  110.  
  111. The GUI cleanup and the new about:, plus the Voyager
  112. Portal site (http://v3.vapor.com) design are done by
  113. Ben "Beej" Preece <beej@vapor.com>
  114.  
  115. The nifty new V3 logo is done by Jason "Morden" Murray
  116. <morden@sub.net.au>, who also did the www.vapor.com web
  117. site design.
  118.  
  119. The Vpdf plugin was done by Emmanuel Lesueur 
  120. <lesueur@club-internet.fr>.
  121.  
  122. Version History
  123. ===============
  124.  
  125. [NOTE: Changes prior to version 3.2 have been removed]
  126. [$Id: V.ReadMe,v 1.1141 2001/06/07 19:01:50 zapek Exp $]
  127.  
  128. Subsystems:
  129. -----------
  130. Bookmarks:
  131. Cache:
  132. CVS:
  133. General:
  134. GUI:
  135. Imgdecode:
  136. JS:
  137. Layouter:
  138. Net:
  139. Parser:
  140. Plugin:
  141. Prefs:
  142. Rexx:
  143. SSL:
  144. Startup:
  145.  
  146. 3.2 [release]
  147. -------------
  148. - General: added updated SpeedBarButton.mcc class (Olli)
  149.  
  150. 3.2.1
  151. -----
  152. - GUI: rewrote the plugin prefs window from scratch. As a side effect gets rid
  153.   of the random crashes, and is more efficient. A plugin creates its
  154.   prefsobject only when needed (Zapek)
  155. - Net: fixed stomping of innocent data when replacing spaces in URLs
  156.   (Olli)
  157. - Net: fixed file:/// URLs with spaces (Olli)
  158.  
  159. 3.2.2
  160. -----
  161. - Layouter: added support for <BASEFONT FACE> (Olli)
  162. - General: no more IDCMP_INTUITICKS under MUI4 (Zapek)
  163. - Layouter: now properly uses the +/- 0 fixed font for
  164.   <TEXTAREA>, instead of the +1 one (Olli)
  165. - Layouter: fixed storing of incomplete form data when
  166.   stopping layout in the mid of a <textarea> due to
  167.   incremental layout. Fixes half-filled form areas
  168.   which suddenly appear to be fixed when clicking on
  169.   form reset (Olli)
  170.  
  171. 3.2.3
  172. -----
  173. - Image: now ignores disposal method of last frames of GIF
  174.   anims and always does "Restore Background", to meet MSIE/NS
  175.   behavior (Olli)
  176. - Layouter: added fix for bizarre results with tables which
  177.   had empty cells used for width spreading (Olli)
  178. - Layouter: took out input handling-while-layouting again,
  179.   for causing entirely too many problems ranging from gfx
  180.   corruption to full crashes (clicking "Reload" while layout,
  181.   for example) (Olli)
  182. - Image decoders: added support for GIF F-S dithering (Olli)
  183. - Prefs: added individual setting for GIF & PNG F-S dithering (Olli)
  184.  
  185. 3.2.4
  186. -----
  187. - General: raised default stack size for core and network processes
  188.   to be on the safe side (Olli)
  189.  
  190. 3.2.5
  191. -----
  192. - JS: fixed a problem with the onLoad() handler being called 
  193.   prematurly if a web site had unspecified image heights 
  194.   (in 2000 -- grrr!) (Olli)
  195. - General: rewrote constructor/destructor part for better portability (Zapek)
  196. - General: fixed possible crashes on low-memory situation when starting V
  197.   (Zapek)
  198. - GUI: no longer updates the CachePruner's max slider while pruning (Zapek)
  199. - JS: <script src=url> now works (Olli)
  200. - Layouter: added <Tx VALIGN=BASELINE> as an alias for BOTTOM (Olli)
  201. - GUI: no longer disposes/creates the errorwindow all the time (Zapek)
  202. - General: remembers where images and links are saved between ASL requests
  203.   (Zapek)
  204.  
  205. 3.2.6
  206. -----
  207. - GUI: there's a new button to call TurboPrefs on the printerrequest window if
  208.   TurboPrefs is installed (Zapek)
  209. - Layouter: disabling font face would disable a bit too much, ahem (Zapek)
  210. - Network: when a download was marked as 'failed' and was still left in the
  211.   download window, any attempt to resume without using the 'retry' button was
  212.   corrupting the file (Zapek)
  213. - GUI: uses complement mode for tracing the imagelink targets (Zapek)
  214. - GUI: fixed the neverending rotating animation (Zapek)
  215. - Layouter: should now deal with both 0d0a and 0a0d line endings gracefully
  216.   (Olli)
  217. - General: remove the TearOff workaround related with muigfx.library. Not
  218.   needed anymore with new TearOff versions (Zapek)
  219. - Parser: strips any useless spaces at the end of an URL (Zapek)
  220. - Layouter: frameset parsing no longer pukes over rows="" or stuff (Olli)
  221. - GUI: it's possible to specify a path and filename for the JS error file
  222.   (Zapek)
  223. - Layouter: handles all CR/LF, LF, CR and LF/CR (yeah, you can find that on
  224.   some pages) correctly (Zapek)
  225.  
  226. 3.2.7
  227. -----
  228. - Layouter: fixed CR/LF stuffs really this time, sigh (Zapek)
  229.  
  230. 3.2.8
  231. -----
  232. - GUI: really saves to the file specified for JS logging instead of
  233.   JSERROR.LOG everytime (Zapek)
  234. - Layouter: strips leading spaces in <TITLE> (Zapek)
  235. - General: added protection against embedded-esc-code exploit (Olli)
  236. - Layouter: no longer locks networking completely during layout (Olli)
  237. - Layouter: reenabled <script src> support (Olli)
  238.  
  239. 3.2.9
  240. -----
  241. - Image decoders: handling of PNG tRNS for CLUT destinations was totally
  242.   and utterly and completely botched (Olli)
  243. - Image decoders: PNG RGB images with alpha channel didn't show at all
  244.   on CLUT screens (Olli)
  245. - Image decoders: numerous low level assembler optimizations (Olli)
  246. - Layouter: now will handle <EMBED TYPE=image/*> like <IMG>
  247.   (Olli)
  248. - GUI: "Search" toolbar functionality is now on by default,
  249.   even with no page loaded (Olli)
  250. - GUI: "Search" toolbar functionality was improperly named "find"
  251.   (Olli)
  252. - Layouter: hopefully fixed <script src> induced lockups (Olli)
  253.  
  254. 3.2.10
  255. ------
  256. - Parser: Tags exceeding the maximum number of arguments are now
  257.   properly eaten up till their closing bracket. This fixes the side
  258.   effect of <tag attribute="value1","value2"...> broken HTML
  259.   spilling out into the output text, because "value2", "value3"
  260.   etc. are (correctly) interpreted as attributes [www.kipling.org.uk
  261.   et.al] (Olli)
  262. - Parser: fixed a buffer overrun condition in URL assembly.
  263.   Was unlikely to happen in normal course of operation, but could
  264.   be triggered by broken HTML [www.digitheatre.com] (Olli)
  265. - Layouter: fixed a problem with table sizes being cached
  266.   incorrectly [www.vapor.com/visitors.php3] (Olli)
  267. - Layouter: fixed a problem with table background being rendered
  268.   one pixel too large (Olli)
  269.  
  270. 3.2.11
  271. ------
  272. - Layouter: fixed a rather bizarre interaction between <IMG ALIGN=left|right>
  273.   and table size caching, which would result in "cell bleeding" due to
  274.   miscalculated heights [www.amazon.com] (Olli)
  275. - Layouter: <LI> not in <UL>/<OL> now only indents the current line,
  276.   and does not internally convert into <UL>-state [www.amazon.com,
  277.   and numerous other places] (Olli)
  278. - Layouter: reading <OPTION> data now follows HTML space-digesting
  279.   semantics [www.amazon.com] (Olli)
  280. - Parser: no longer pukes over <TBODY> and <THEAD> in unexpected
  281.   places (Olli)
  282.  
  283. 3.2.12
  284. ------
  285. - Layouter: fixed a one-pixel-off problem in image backfilling.
  286.   This was only showing up with GIF anims, or JS image replacing,
  287.   causing the backdrop to shine through by one pixel (Olli)
  288. - Layouter: several speed-up operations in the low-level layouter
  289.   code, yielding about a 20% gain (Olli)
  290.  
  291. 3.2.13
  292. ------
  293. - General: more low-level optimizations in various places (Olli)
  294.  
  295. 3.3.0
  296. -----
  297. - CVS: branched old & new layout engine
  298. - General: began with completely new layout engine (Olli)
  299. - GUI: reworked window framework from scratch (Olli)
  300. - GUI: now runs without TearOff if classes are not installed (Olli)
  301. - GUI: the navigation panel can now also be attached vertically (Olli)
  302. - GUI: entering a CM alias in the V url gadget now works (Olli)
  303. - GUI: auto-scheme-prefixing in V url gadgets now prefixes the
  304.   host name with "ftp://" if the host name starts with "ftp." (Olli)
  305. - Network: now enforces content-type "text/html" on all HTTP
  306.   replies 4xx and 5xx, to cope with really lame servers (Olli)
  307. - Network: removed old AS225 support (Zapek)
  308.  
  309. 3.3.1
  310. -----
  311. - GUI: added NList and Pophotkey so they show up as external classes with MUI4
  312.   (Zapek)
  313. - GUI: now uses the correct list background for the Download window (Zapek)
  314. - General: lots of more work on new layout engine (Olli)
  315.  
  316. 3.3.2
  317. -----
  318. - Layouter: lots of work on proper non-image-handling of images:
  319.   Recessed/Raised frames depending on anchor state, rendering of alt text
  320.   and border in proper link colors etc.
  321. - Layouter: several bugfixes in the existing stream layout code (Olli)
  322. - Layouter: <img align=[vertial_alignments]> now properly implemented for
  323.   all IE5 variants of this (Olli)
  324.  
  325. 3.3.3
  326. -----
  327. - Layouter: made incremental visual refresh work (Olli)
  328.  
  329. 3.3.4
  330. -----
  331. - Net: made If-Modified-Since: header carry the correctly offseted date,
  332.   and not use the nowadays obsolete asctime() date format (Olli)
  333. - GUI: in the toolbar prefs, 'Add button' didn't add a button but a spacer
  334.   instead (Zapek)
  335. - GUI: the network prefs could nuke if there was not enough memory to create
  336.   the objects of its group (Zapek)
  337. - GUI: toolbar's prefs' command TextinputscrollObject resizes correctly
  338.   (Zapek)
  339.  
  340. 3.3.5
  341. -----
  342. - Layouter: made tables work again, mostly (Olli)
  343.  
  344. 3.3.6
  345. -----
  346. - Layouter: fixed more bugs in new table code (Olli)
  347. - Layouter: implemented <strike> (Olli)
  348.  
  349. 3.3.7
  350. -----
  351. - Layouter: fixed final width/height calculation for images (Olli)
  352. - Layouter: fixed a few problems of minsizes being ignored (Olli)
  353.  
  354. 3.3.8
  355. -----
  356. - Layouter: fixed rendering artifacts (Olli)
  357. - Layouter: fixed nuke when scrolling due to some nasty screwup
  358.   with KillNotify (Olli)
  359.  
  360. 3.3.9
  361. -----
  362. - Layouter: fixed <BR> handling (Olli)
  363. - Layouter: images rendering again (Olli)
  364. - Layouter: fixed initial space state (Olli)
  365. - GUI: fixed the KillNotify problem in the font preferences as well (Zapek)
  366.  
  367. 3.3.10
  368. ------
  369. - GUI: fixed visual artifacts when clicking on links (Olli)
  370. - GUI: reenabled "Show Source" and "Show Document info" window menu
  371.   items (Olli)
  372. - Layouter: fixed rowspan handling (Olli)
  373. - Layouter: fixed a few thousand more table bugs (Olli)
  374.  
  375. 3.3.11
  376. ------
  377. - Layouter: fixed a load of rowspan-related issues (Olli)
  378. - Layouter: fixed deadlock on pages without background specifications (Olli)
  379. - Layouter: fixed many more minor bugs (Olli)
  380.  
  381. 3.3.12
  382. ------
  383. - Layouter: reinstated default margins (4/4) (Olli)
  384. - Layouter: reimplemented <Hx> (Olli)
  385. - Layouter: fixed wipeout hit flood on empty tables (notably during
  386.   incremental layout) (Olli)
  387. - Images: broken images are again marked with an "x" in the alttext (Olli)
  388. - Images: unspeced images now properly communicate size changes 
  389.   to their containers (Olli)
  390. - Layout: fixed problems with margins not unrolling at the end of
  391.   table cells (Olli)
  392. - Layouter: added heuristic against ultra-lame webmanglers using stuff like
  393.   <TD WIDTH=3000> (Olli)
  394.  
  395. 3.3.13
  396. ------
  397. - Layouter: implemented <form> and <input type=(buttons)> (Olli)
  398. - Layouter: implemented <input type=text> (Olli)
  399. - General: Added "Force border?" debug option. When set, will enforce
  400.   a visible border of at least 2 around all tables. Very useful
  401.   when looking at layout oddities (Olli)
  402. - General: numerous other minor fixes (Olli)
  403.  
  404. 3.3.14
  405. ------
  406. - Layouter: fixed deadlock with margins (Olli)
  407. - Layouter: implemented <BR CLEAR=xx> (Olli)
  408. - Layouter: fixed <TABLE ALIGN=left|right> (Olli)
  409.  
  410. 3.3.15
  411. ------
  412. - Layouter: fixed more left/right alignment issues (Olli)
  413. - GUI: fixed display of link destinations for images (Olli)
  414. - Layouter: image scaling working again (Olli)
  415. - Layouter: fixed a quirk in calculating default container sizes (Olli)
  416. - Layouter: fixed a problem with centering/right alignment of
  417.   text (Olli)
  418. - Layouter: fixed a problem with text fields screwing up dimension
  419.   calculations due to incorrect default width due to an TI bug (Olli)
  420.  
  421. 3.3.16
  422. ------
  423. - Layouter: brought <BASE HREF> back (Olli)
  424. - GUI: fixed potential crash when clicking "Reload" during transfer (Olli)
  425. - Layouter: fixed cell top offset problems during incremental layout (Olli)
  426. - Layouter: now eats <SCRIPT> again properly (not interpreted yet) (Olli)
  427. - Layouter: now eats <STYLE> again properly (not interpreted yet) (Olli)
  428.  
  429. 3.3.17
  430. ------
  431. - Layouter: now follows MSIE layout for <BR CLEAR=xx> [www.amazon.com] (Olli)
  432. - Layouter: fixed some more table size issues [www.amazon.com] (Olli)
  433. - General: no longer tries to open vimgdecode_68000.vlib and now gives a
  434.   useful error message if no decoder vlib is found (Zapek)
  435.  
  436. 3.3.18
  437. ------
  438. - Layouter: fixed entity conversion not working properly at all,
  439.   causing text doubling and random crap (Olli)
  440. - Layouter: Hopefully once and for all fixed object backfill
  441.   offsets [phew] (Olli)
  442. - Layouter: <input> without type is now again handled as "TEXT",
  443.   for compatibility with broken web pages (Olli)
  444. - General: fixed a few memory buffer overflows in the new
  445.   layouting code (Olli)
  446.  
  447. 3.3.19
  448. ------
  449. - Layouter: <font size=-2> and <font size=-1> were exchanged (Olli)
  450. - Layouter: <small> and <big> weren't implemented; </small> and </big>
  451.   were, though, causing font style stack confusion [freshmeat.net] (Olli)
  452. - Layouter: fixed "stacking" of line alignments with mixed <center>,
  453.   <div> and <p> (Olli)
  454. - Layouter: readded <INPUT TYPE=radio> class (Olli)
  455. - Internal: rewrote method stack to be more efficient (Olli)
  456.  
  457. 3.3.20
  458. ------
  459. - Layout: fixed (internal) MUI layout failures in various places,
  460.   causing weird sideffects (Olli)
  461.  
  462. 3.3.21
  463. ------
  464. - Layouter: implemented <th> (Olli)
  465. - Net: fixed enforcer hitflood with broken URLs without
  466.   scheme (Olli)
  467. - Net: fixed another (unlikely) buffer overflow in uri_remerge()
  468.   (Olli)
  469. - Layouter: GIF anims now increment their frame counters properly
  470.   even when being off-screen, to avoid missynchronisation during
  471.   scroll (Olli)
  472. - Layouter: fixed a possible nuke when adding table cells
  473.   to their container (Olli)
  474.  
  475. 3.3.22
  476. ------
  477. - Layouter: now handles <INPUT TYPE=CHECKBOX> again (Olli)
  478. - Layouter: added support for transparent background images
  479.   (grrrr) [www.vapor.com] (grrr²) (Olli)
  480. - Layouter: added support for ISMAP image maps (Olli)
  481.  
  482. 3.3.23
  483. ------
  484. - Layouter: client side image maps working again, too (Olli)
  485. - Layouter: did some work on proper incremental refreshing
  486.   during layout (Olli)
  487.  
  488. 3.3.24
  489. ------
  490. - [public alpha]
  491.  
  492. 3.3.25
  493. ------
  494. - Layouter: viewing of image/* individually works again (Olli)
  495. - GUI: Netinfo progress gauges weren't displayed at all for FTP transfers
  496.   (Zapek)
  497. - GUI: removed "Fastlinks:" label which took up unecessary space (Zapek)
  498. - Layouter: readded <EM>, <STRONG> and <S> (Olli)
  499. - Layouter: added <BUTTON> as an alias for <INPUT TYPE=submit|reset|button>
  500.   (Olli)
  501. - Layouter: made <INPUT TYPE=password> work (Olli)
  502. - Layouter: now remembers previous X/Y positions when navigating between
  503.   pages (Olli)
  504. - Image decoders: added proper error reporting to the API. Bumped
  505.   version to 13 (Olli)
  506. - Layouter: completely rewrote incremental refresh to use a double buffered
  507.   offscreen bitmap (Olli)
  508.  
  509. 3.3.26
  510. ------
  511. - Net: mailto: doesn't use TCP: anymore to send mails (Zapek)
  512.  
  513. 3.3.27
  514. ------
  515. - General: reenabled support for mailto:, news: and telnet: URLs (Olli)
  516. - General: raised minimum required Textinput version to 28.0, which
  517.   fixes the problems with incremental buffered refresh (Olli)
  518. - Layouter: fixed excess refresh & scroll when switching pages (Olli)
  519.  
  520. 3.3.28
  521. ------
  522. - Layouter: <center> wasn't correctly reinstating "last was blank"
  523.   mode, causing weird excess spaces (Olli)
  524. - General: added a NOSPLASHWIN tooltype/commande line argument (Zapek)
  525. - GUI: fixed the prefs not working, grr (Zapek)
  526. - General: V can only be run once again (Zapek)
  527. - Net: the timeout of a socket is settable. Use '0' if you don't want any
  528.   (Zapek)
  529. - Net: added automatic retries of downloads (Zapek)
  530. - Layouter: added <select> object (Olli)
  531. - Layouter: radio buttons are now properly exclusive again (Olli)
  532.  
  533. 3.3.29
  534. ------
  535. - Layouter: <AREA> class wasn't getting the context pointer, and thus caused
  536.   hits galore (Olli)
  537. - Layouter: <INPUT TYPE=RADIO> checked caused hits (Olli)
  538. - Layouter: fixed a problem with incremental buffered refresh possibly
  539.   causing image decoder nuke in a race condition (Olli)
  540. - Layouter: image placeholders are no longer backfilled (Olli)
  541. - Layouter: readded <TEXTAREA> (Olli)
  542. - Layouter: fixed refresh problems with some form objects after
  543.   an incremental layout (Olli)
  544.  
  545. 3.3.30
  546. ------
  547. - GUI: fixed historylist once again (Zapek)
  548. - Layouter: fixed some offsetting problems during incremental
  549.   refresh (Olli)
  550.  
  551. 3.3.31
  552. ------
  553. - Layouter: added <INPUT TYPE=FILE> (Olli)
  554. - Plugins: added VPLUG_ProcessURLString() hook to allow plugins to
  555.   handle manually entered URLs (Olli)
  556. - Layouter: made form submission work again (Olli)
  557. - Layouter: added support for <INPUT xxx DISABLED> (Olli)
  558. - Layouter: unified HTML object name handling (now also accepts "ID"
  559.   and "NAME" as the name specifier) (Olli)
  560. - Image decoders: preferences weren't properly set on the
  561.   image decoder library on start (Olli)
  562. - Rexx: added arguments for OpenURL, ScreenToFront and ScreenToBack (Zapek)
  563. - GUI: added a clock to make RobR happy (Zapek)
  564. - GUI: rewrote Prefs/Toolbar in a more efficient and robust way (Zapek)
  565. - General: now uses a brand new scheme which allows to configure any button to
  566.   execute an internal command. Those are also available externally through the
  567.   ARexx port of course (Zapek)
  568.  
  569. 3.3.32
  570. ------
  571. - Layouter: fixed several problems in the <select> class, causing layout
  572.   failures and nukes (Olli)
  573. - Layouter: major speedup in the double buffered refresh (Olli)
  574. - Rexx: fixed 'GoBackward' which wasn't working (Zapek)
  575. - Layouter: made <pre> and <xmp> work again (Olli)
  576. - General: ppc.library was closed twice (Zapek)
  577. - GUI: Historylist will still remember the current page even if it's not
  578.   finished being loaded and the browser goes to a new location (Zapek)
  579. - GUI: a window wasn't marked as 'activated' just after being opened.
  580.   Would cause problems with some ARexx commands relying on that (Zapek)
  581. - Rexx: fixed 'OpenURL' which was only working with the 'NEWWIN' argument
  582.   (Zapek)
  583. - Rexx: implemented 'LoadImages' (Zapek)
  584. - Rexx: 'GoHome' was doing enforcer hits (Zapek)
  585. - Rexx: implemented 'ReloadURL' (Zapek)
  586.  
  587. 3.3.33
  588. ------
  589. - Layouter: fixed enforcer flood when submitting an "empty" form (Olli)
  590. - Layouter: radio buttons and checkboxes without specific VALUE
  591.   now submit as "name=on" when selected (Olli)
  592. - Layouter: fixed radio and checkbox submission (Olli)
  593. - Layouter: <select> objects weren't submitting data at all (Olli)
  594. - Layouter: form objects no longer submit when being disabled (Olli)
  595. - Layouter: added "READONLY" attribute for text and textarea (Olli)
  596. - Layouter: now understands plain text layout again (Olli)
  597. - GUI: in Prefs/Toolbar when there's no argument for a certain command, the
  598.   listview opens empty instead of DisplayBeep()ing around (Zapek)
  599. - Layouter: fixed form file submission (Olli)
  600.  
  601. 3.3.34
  602. ------
  603. - Layouter: made <input type=image> work (Olli)
  604. - Layouter: fixed default background color (Olli)
  605. - Image decoders: completely changed the call back mechanism
  606.   in V. To avoid problems with double installations, the 
  607.   image decoders have been renamed to vimgdec_<cpu>.vlib.
  608.   (Olli)
  609.  
  610. 3.3.35
  611. ------
  612. - Layouter: fixed <INPUT TYPE=HIDDEN> submission problems (Olli)
  613. - Layouter: fixed missing end tag on multipart form submissions (Olli)
  614. - Layouter: fixed line align stack overflow on many consecutive <P>s (Olli)
  615. - Layouter: fixed background color problems (Olli)
  616. [public alpha]
  617.  
  618. 3.3.36
  619. ------
  620. - Image decoders: added a PPC native version. Runs under MorphOS (Zapek)
  621. - GUI: the blinking ':' char of the clock doesn't move some fonts around
  622.   anymore (Zapek)
  623. - GUI: it's possible to turn on/off the displaying of seconds in the clock
  624.   (Zapek)
  625. - GUI: and it's possible to turn off the clock (Zapek)
  626. - GUI: rewrote the prefs to use proper subclasses. More efficient, and fixes
  627.   the crash that happened randomly when switching panels too fast (Zapek)
  628. - Rexx: added boundary checks in the historylist. 'GoBackward' and 'GoForward'
  629.   won't go into the wonderfull world of random data anymore (Zapek)
  630. - GUI: minor layout adjustements in the prefs (Zapek)
  631.  
  632. 3.3.37
  633. ------
  634. - GUI: little imagery isn't allocated in chip memory under graphic card
  635.   systems anymore (Zapek)
  636. - GUI: while typing an URL, if the hosts starts with "ftp." it's automatically
  637.   prefixed by "ftp://" (Zapek)
  638. - GUI: fixed Sendmailwin which wasn't working at all (Zapek)
  639. - GUI: HTML windows get their title correctly again (Zapek)
  640. - GUI: Toolbar was impossible to modify from the prefs, oops (Zapek)
  641. - GUI: fixed enforcer hits when settings arguments with '/S' in the toolbar
  642.   (Zapek)
  643. - Rexx: it's possible to execute AmigaDOS command (Zapek)
  644. - Rexx: WIN/N/K is now effective for every ARexx command (Zapek)
  645. - Rexx: 'GoHome' returns 5 if there's no homepage set in the prefs (Zapek)
  646.  
  647. 3.3.38
  648. ------
  649. - GUI: fixed the imagery to not crash on AGA machines when one image was used
  650.   twice (Zapek)
  651. - GUI: no longer bother moving imagery to chip memory if they are already
  652.   there (Zapek)
  653. - Rexx: added the possibility to execute programs in Workbench mode. Needs
  654.   wbstart.library v2 or higher (Zapek)
  655. - Rexx: added the execution of AmigaDOS scripts (Zapek)
  656. - Rexx: added the execution of ARexx scripts (Zapek)
  657. - Rexx: added 'GetActiveWindow' which returns the number of the active (or
  658.   last activated) window (Zapek)
  659. - General: fixed 1KB memory leak (Sircus)
  660. - GUI: imagery is reallocated correctly in case they're reloaded (Zapek)
  661. - GUI: imagery isn't moved to chip memory if FBlit is running (Zapek)
  662. - GUI: it wasn't possible to en/disable certificates in the prefs (Zapek)
  663. - Layouter: minor speedup in text rendering with many mixed styles (Olli)
  664. - General: hopefully fixed shutdown race condition which could cause V to 
  665.   hang in the main network process under certain circumstances (Olli)
  666. - Layouter: fixed incremental refresh problems with form elements again
  667.   (Olli)
  668. - Layouter: added support for <LI> (Olli)
  669. - Layouter: fixed one-off bug when unrolling margins (Olli)
  670. - GUI: added new imagery in 32 colors, courtesy of Matt Sealey (Zapek)
  671.  
  672. 3.3.39
  673. ------
  674. - GUI: the 'Download' image was the 'Hyperlinks' one (Zapek)
  675. - Layouter: <OL> and <UL> now working (Olli)
  676. - Image class: fixed backfilling of scaled transparent images
  677.   (often occuring with blank GIFs used for placeholding) (Olli)
  678. - Layouter: fixed default selection item for form cycles
  679.   and popup lists (Olli)
  680. - Rexx: fixed buttons not working in the previous build, ahem (Zapek)
  681. - Network: fixed V crashing on exit (Zapek)
  682. - GUI: clock wasn't opening with the right size sometimes (Zapek)
  683.  
  684. 3.3.40
  685. ------
  686. - Layouter: fixed <INPUT TYPE=TEXT MAXLENGTH=x> being off by one (Olli)
  687. - Layouter: META HTTP-EQUIV refresh working again (Olli)
  688. - General: now starts RexxMast if it's not running, to ensure
  689.   button functionality (Olli)
  690. - Layouter: readded frames support (incomplete) (Olli)
  691. - Layouter: made refresh using region-drawing for less unecessary
  692.   backfilling. Please report whether this is actually faster
  693.   than before... (Olli)
  694.  
  695. 3.3.41
  696. ------
  697. - Layouter: fixed target=_parent (Olli)
  698. - Layouter: fixed target=_top, too (grrr) (Olli)
  699. - Layouter: major speedup in scrolling and initial rendering by skipping
  700.   unnecessary backfilling (Olli)
  701. - General: fixed NC3 key reading (KingGuppy)
  702. - Image class: fixed refreshing of images showing textual errors (KingGuppy)
  703. - Layouter: image backfilling should now be properly offset (KingGuppy)
  704. - General: URLs entered into the URL string should now be prefixed with a
  705.   scheme under all circumstances (KingGuppy)
  706. - Layouter: reimplemented <ISINDEX> (KingGuppy)
  707. - Layouter: fixed handling of <BR> [www.siliconcircus.com] (Olli)
  708. - Layouter: </Hx> wasn't setting the "last was blank" flag,
  709.   causing excess indention on the next line (Olli)
  710. - Imgdecode: no longer leaves libraries opened around when something fails in
  711.   libinit (Zapek)
  712. - Imgdecode: added proper reporting of failure to open vapor_toolkit.library
  713.   (Zapek)
  714. - Layouter: removed stupid pseudo-3D-style of <LI> images, for better
  715.   readability and faster rendering (Olli)
  716. - Layouter: fixed backfilling of html view area when no document at all
  717.   is loaded (Olli)
  718. - General: the reload button no longer opens a new window (KingGuppy)
  719. - Layouter: fixed link hotspots being vertically offset under some
  720.   conditions (KingGuppy)
  721. - Layouter: fixed problems with image hspace/vspace > 127 pixels
  722.   [www.heise.de] (Olli)
  723. - Layouter: incremental double buffered refresh now uses a non-backfilling
  724.   layer, for increased rendering speed (Olli)
  725.  
  726. 3.3.42
  727. ------
  728. - Layouter: implemented <NOBR> and <TD NOWRAP> (Olli)
  729. - Layouter: now checks text rendering against visible rectangles
  730.   to speed up scrolling (Olli)
  731. - Layouter: fixed strikethrough and visited link renderings,
  732.   broken some revisions ago. Also minor speed increase in
  733.   style handling during rendering (Olli)
  734. - GUI: scrolling with cursor keys etc. works again (Olli)
  735. - Layouter: cycle chain for form objects is now set properly (Olli)
  736. - Imgdecode: MorphOS build wasn't removing the memhandler on exit (Zapek)
  737. - Parser: now completely skips whitespaces in URLs during assembly
  738.   already (Olli)
  739. - Imgdecode: added detection of completely transparent images,
  740.   which are optimized to not be scaled or blitted at all. Should
  741.   reduce memory consumption and improve rendering speed when many blank
  742.   "filler" images are used. Updated image decoders to V16 (Olli)
  743.  
  744. 3.3.43
  745. ------
  746. - Layouter: now properly sets font styles after a font change,
  747.   fixing rendering artefacts [www.vapor.com] (Olli)
  748. - Imgdecode: fixed various problems with the transparency detection (Olli)
  749. - Imgdecode: fixed image h/vspace being screwed in 3.3.42 (Olli)
  750. - GUI: read-only text gadgets now have the correct MUI background (KingGuppy)
  751. - Layouter: <BUTTON> now defaults to SUBMIT type (KingGuppy)
  752. - Layouter: Began proper <BUTTON> implementation, not yet very pretty
  753.   (KingGuppy)
  754. - GUI: fixed problems with pressing enter in the URL gadget (ahem) (Olli)
  755. - General: now checks for proper image decoder version again (Olli)
  756.  
  757. 3.3.44
  758. ------
  759. - Layouter: links are now properly highlited when active (tab cycled) 
  760.   (Olli)
  761. - GUI: now skips leading spaces in URLs (useful when pasting)
  762. - Layouter: fixed handling of <ISINDEX> (stripping of previous
  763.   query terms) (Olli)
  764. - Layouter: text parsing now produces proper background color as
  765.   configured (Olli)
  766. - Layouter: forms are now auto-submitted when pressing enter inside
  767.   a string gadget (Olli)
  768. - JS: reenabled the JS interpreter, currently called of <script>
  769.   tags only, and no DOM linkage so far (Olli)
  770. - GUI: added a way to open the ErrorWindow through the 'Windows' menu (Zapek)
  771. - General: fixed htmlview class to not reference already closed network
  772.   streams (crash on back/forward, and more) (Olli)
  773. - General: fixed internal "last active window" state keeping, fixing a lot
  774.   of related problems (VIPC, View Source etc.) (Olli)
  775.  
  776. 3.3.45
  777. ------
  778. - General: fixed enforcer hit flood on document.write() (Olli)
  779. - General: fixed really lame stupid crash-on-exit bug, many thanks to stuntzi
  780.   for hunting that one :) (Zapek)
  781. - Image decoder: semaphore-protected the destscreen context, so that no
  782.   more nukes on screen change/iconify should happen (Olli)
  783. - JS: document.write() actually working again now (Olli)
  784. - Layouter: fixed screwup with <obj align=left|right> and center (Olli)
  785. - JS: javascript: scheme now works (Olli)
  786. - General: now properly counts and reports missing images in
  787.   status line (Olli)
  788. - Layouter: hopefully fixed the font size screwup (grrr) (Olli)
  789. - Layouter: fixed the "broken entity" bug (Olli)
  790.  
  791. 3.3.46
  792. ------
  793. - Imgdecode: added protection against looping redirects; will give up
  794.   after 20 redirects now. Revision raised to 16.2 (Olli)
  795. - Layouter: fixed <font size>. Really. Take my word on it. (Olli)
  796. - Layouter: fixed <SCRIPT>/<NOSCRIPT> handling (Olli)
  797. - Layouter: major speed up when dealing with completely bogus
  798.   rowspan values (<td rowspan=9999> etc.). Fixes www.orbs.org et.all.
  799.   (Olli)
  800.  
  801. 3.3.47
  802. ------
  803. - JS: fixed memory leak in string class (Olli)
  804. - Layouter: <br clear=xxx> works again (Olli)
  805. - General: made URL "last visited" history work again (Olli)
  806. - JS: fixed a "Infinity" conversion error (Olli)
  807. - Layouter: fixed <P> to no longer screw with the line alignment mode
  808.   (Olli)
  809. - Imgdecode: Fixed possible semaphore deadlock race on shutdown.
  810.   Bumped rev to 16.3 (Olli)
  811. - Net: fixed possible deadlock condition in network shutdown (Olli)
  812.  
  813. 3.3.48
  814. ------
  815. - Layouter: <TD WIDTH> now takes precedence over <TD NOWRAP>
  816.   [www.satirewire.com] (Olli)
  817. - Layouter: <OPTION> now skips leading blanks from the entry (Olli)
  818. - Layouter: added clever heuristic to determine if we're actually
  819.   looking at HTML even if the server said "text/plain" (Olli)
  820. - General: Fixed DoRexWin, which in turn fixes "GoHome" and
  821.   various other stuff (Olli)
  822. - Layouter: fixed handling of already decoded images so that they
  823.   will be blitted immediately, without going through the placeholder
  824.   stage (Olli)
  825. - General: fixed resetting of gauge status when stuff is fetched
  826.   from the cache (Olli)
  827. - Imgdecode: fixed possible race condition in image decoder
  828.   shutdown, and now temporary raises the image decoder's
  829.   task priority to "0" to avoid V shutdown being hindered by
  830.   a task running ready at pri "0". Bumped rev to 16.4 (Olli)
  831. - General: Bookmarks working again (Olli)
  832.  
  833. 3.3.49
  834. ------
  835. - GUI: added fully configurable context menus (Zapek)
  836. - Layouter: fixed a evil crash in the frameset layouting
  837.   routine which could happen when the frameset specified
  838.   more cols/rows than there were actual frames
  839.   [www.boob.co.uk] (Olli)
  840. - Imgdecode: fixed broken semaphore releasing for AGA (Olli)
  841. - GUI: added 'barlabel' option to the context menus (Zapek)
  842. - GUI: fixed recursion bug in context menus (Zapek)
  843. - JS: fixed Window/Location binding [www.thehun.net] (Olli)
  844. - Layouter: fixed a rather bizarre state screwup in the
  845.   image class which could force V into a huge relayout swope
  846.   if a page had many equal images with unspecified sizes
  847.   [www.adaptec.com] (Olli)
  848. - JS: fixed a problem with windows being initialized with
  849.   a javascript: URL causing enforcer orgies [www.ping.be/bios]
  850.   (Olli)
  851. - JS: fixed document.write() not properly zero-terminating
  852.   the pushed string [www.thehun.net] (Olli)
  853. - GUI: fixed tons of bugs in the context menu editing and turned recursive
  854.   functions into non recursive ones (Zapek)
  855. - GUI: removed context menus temporarily since there are still some bugs left
  856.   (Zapek)
  857.  
  858. 3.3.50
  859. ------
  860. - General: fixed loader not working at all (Zapek)
  861. [public alpha]
  862.  
  863. 3.3.51
  864. ------
  865. - JS: now allows inner functions [www.palm.com] (Olli)
  866. - JS: no longer attempts to execute <SCRIPT LANGUAGE=VBSCRIPT> and
  867.   other unknown script types (Olli)
  868. - JS: fixed problem with navigator.plugins not cleaning up properly
  869.   (Olli)
  870. - JS: fixed window.frames array not being created, causing an
  871.   infinite loop with the standard "escape frameset" code 
  872.   [www.boerse.de, et.al.] (Olli)
  873. - GUI: split status line to show unloaded images, frames
  874.   and other objects individually. Hopefully also fixed all
  875.   remains of the status not being updated properly (Olli)
  876. - Parser: fixed problems when comments spanned network
  877.   blocks (Olli)
  878. - JS: fixed problems with "location" object bindings (Olli)
  879.  
  880. 3.3.52
  881. ------
  882. - Layouter: frames no longer have a minimum size of 64
  883.   pixels (Olli)
  884. - Layouter: fixed space conversion in plain text layout (Olli)
  885. - GUI: "Stop" button now actually stops (Olli)
  886. - JS: fixed problems with document.write() closing all
  887.   open tables during parse (Olli)
  888. - GUI: fixed historylist adding global entries for every frames (Zapek)
  889. - JS: fixed window.frames[] (Olli)
  890. - JS: fixed window.top (Olli)
  891. - JS: fixed window.parent (Olli)
  892. - JS: fixed various more problems with assigning window.location (Olli)
  893.  
  894. 3.3.53
  895. ------
  896. - JS: fixed problems with <A HREF=javascript:> execution in
  897.   framesets (Olli)
  898. - Layouter: added <BASEFONT> (Olli)
  899. - Layouter: boolean attributes now default to TRUE if only the attribute
  900.   name is specified (Olli)
  901. - Parser: now accepts hex notation for integer arguments (Olli)
  902. - JS: fixed problem with pages which build framesets
  903.   with JS document.write(), where the frameset where subsequently
  904.   not executed due to "document incomplete" flagging [www.postbank.de]
  905.   (Olli)
  906. - JS: fixed problems with some missing class names, causing
  907.   havoc on ToString(). Also, window class now returns proper
  908.   class name depending on whether it's instantiated as
  909.   a window or a frame object (Olli)
  910. - Layouter: fixed <NOFRAMES> (Olli)
  911. - Layouter: fixed shift + click not working for links and imagelinks (Zapek)
  912. - JS: made event subsystem work (Olli)
  913. - JS: Anchor now supports OnMouseOut, OnMouseOver and OnClick events (Olli)
  914. - JS: Anchor class is now correctly named "Link" (Olli)
  915.  
  916. 3.3.54
  917. ------
  918. - JS: added missing isFinite() function (Olli)
  919. - SSL: fixed a freeing-static-memory issue in the certificate handling
  920.   functions. .vlib version raised to 8.7 (Olli)
  921. - JS: child document member child by name location (Olli)
  922. - JS: added image object properties [hover images should now work
  923.   again] (Olli)
  924. - JS: made document.images[], document.forms[], document.links[],
  925.   document.anchors[], document.embeds[], document.plugins[]
  926.   and document.lastModified work (Olli)
  927. - General: fixed nuke on form submit, introduced in 3.3.53 (Olli)
  928.  
  929. 3.3.55
  930. ------
  931. - JS: fixed document.lastModified (grr, I suck) (Olli)
  932. - Rexx: added 'LoadBackground' command (Zapek)
  933. - GUI: selected entry in context menus was always wrong, sigh (Zapek)
  934. - GUI: fixed 'GoBackward' and 'GoForward' not working when being called from a
  935.   context menu (Zapek)
  936. - General: fixed a recently introduced memleak when closing a frame with a
  937.   background (Zapek)
  938. - General: fixed complete nuke when moving mouse pointer over an image
  939.   inside a frame (ahem) (Olli)
  940.  
  941. 3.3.56
  942. ------
  943. - JS: fixed access to window.history and document.history object (Olli)
  944. - JS: added form.submit() (Olli)
  945. - Parser: no longer strip spaces except from the begining and the ending of
  946.   an URL (Zapek)
  947. - GUI: added a nicer way of handling the auto scheme and space stripping when
  948.   typing an URL (Zapek)
  949. - JS: form objects now properly list their member objects (Olli)
  950. - JS: fixed problems with link targets adressing windows which are not
  951.   part of the current frameset (Olli)
  952. - JS: reenabled window.open() (Olli)
  953. - Rexx: removed 'ReloadURL', use 'OpenURL RELOAD' instead (Zapek)
  954. - Rexx: added command 'OpenSourceView' which does something obvious (Zapek)
  955. - Rexx: added command 'OpenDocInfo' (Zapek)
  956. - Image decoder: fixed problem with certain PNG images on hicolor/truecolor
  957.   destination screens. Bumped version to 16.7 (Olli)
  958. - Rexx: added a way to open images separately in a new window (Zapek)
  959. - GUI: fixed imagelinks context menu showing up for non imagelink images
  960.   (Zapek)
  961. - Rexx: added command 'SaveURL' (Zapek)
  962. - General: fixed normal menus not working (Zapek)
  963. - Prefs: updated defaults (Zapek)
  964. - Prefs: reset the context menu prefs to fresh defaults (Zapek)
  965. - GUI: removed context menu editing yet again due to last minute major bug,
  966.   sigh (Zapek)
  967. [public alpha]
  968.  
  969. 3.3.57
  970. ------
  971. - GUI: faster incremental layout on (genuine) CyberGraphX systems (Zapek)
  972. - GUI: added remapping of the key/ftp/http images (Zapek)
  973. - Imgdecode: added masking for the MorphOS version (Zapek)
  974. - Layouter: the double-buffer bitmap and associated layer/region
  975.   info is now cached, yielding less memory fragmentation and major
  976.   speed increase in incremental refresh (Olli)
  977. - Rexx: fixed method being executed on a NULL object (Zapek)
  978. - Layouter: fixed link target=_self to not open a new 
  979.   window (ahem) [www.skoda.de] (Olli)
  980. - GUI: fixed shift + click downloading not working for images (Zapek)
  981. - GUI: the context menu editor is back (Zapek)
  982. - GUI: the context menu over an imagelink doesn't ignore the actions for the
  983.   link anymore (Zapek)
  984. - GUI: fixed context menu actions being executed on the frameset instead of
  985.   the real frame everytime (Zapek)
  986.  
  987. 3.3.58
  988. ------
  989. - General: fixed status counter plurals for "frames" and "objects" (Olli)
  990. - Layouter: fixed image map areas, broken a few revs ago (Olli)
  991. - Layouter: pages >10000 pixel are no longer chopped (Olli)
  992.  
  993. 3.3.59
  994. ------
  995. - General: fixed MUI 3.8 compatibility (ahem) (Olli)
  996.  
  997. 3.3.60
  998. ------
  999. - Layouter: support for <EMBED>ed plugins reenabled (Olli)
  1000.  
  1001. 3.3.61
  1002. ------
  1003. - General: (hopefully) fixed the lockup-on-shutdown bug (Olli)
  1004. - General: fixed MUI 3.8 compatibility (again, robo-ahem) (Olli)
  1005. - JS: fixed enforcer flood created by debug output of objrefs with
  1006.   NULL or undefined values (Olli)
  1007. - JS: fixed document custom property lifetime issues (Olli)
  1008. - JS: fixed objref "null" string conversion (Olli)
  1009. - JS: fixed objref "null" boolean conversion. Actually, stuff like
  1010.   "var x = null;" with "x" yielded TRUE before... (Olli)
  1011. - JS: fixed a path assembly bug when assigning partial URLs to
  1012.   Image.src (Olli)
  1013.  
  1014. 3.3.62
  1015. ------
  1016. - JS: fixed some problems with with() not working on certain objects
  1017.   (notably "navigator") (Olli)
  1018. - Layouter: the first space in <textarea> text is now eaten up, to
  1019.   conform to usual semantics (Olli)
  1020. - Layouter: form content remembering on back/forward now works
  1021.   again (Olli)
  1022. - Layouter: form "Reset" now works again (Olli)
  1023. - Layouter: fixed broken default value assignment for <INPUT TYPE=FILE>
  1024.   objects (Olli)
  1025. - General: "Ignore Meta Refresh" works again (Olli)
  1026. - General: "Image loading" modes are working again (Olli)
  1027. - JS: fixed a problem with name clashes between user functions and
  1028.   members of the current context object (e.g. "function scroll()")
  1029.   (Olli)
  1030. - JS: JS timers now working (setTimeout()/setIntervall(),
  1031.   clearTimeout()/ClearIntervall()). Resolution is ~100ms. Currently
  1032.   only works with expressions as arguments, not functions (Olli)
  1033.  
  1034. 3.3.63
  1035. ------
  1036. - JS: it's of course setInterval()/clearInterval(), not setIntervall() 
  1037.   (I suck) (Olli)
  1038. - JS: timers now also work with function arguments (JS 1.2) (Olli)
  1039. - Layouter: <erm> another <well> MUI 3.8 <uhm> fix (Olli)
  1040.  
  1041. 3.3.64
  1042. ------
  1043. - JS: fixed a lame bug in object comparision which would cause comparisions
  1044.   like "top == self" to yield bogus results (Olli)
  1045. - JS: taught scanner/parser about regexp literals (Olli)
  1046. - Rexx: OpenURL now detects if the action has to be done on the link or on 
  1047.   the image so "Open link in new window" really works now (Zapek)
  1048. - Layouter: fixed backfill offset problem, introduced in 3.3.58 (Olli)
  1049. - JS: setTimeout/setIntervall now properly returns the timer ID (Olli)
  1050. - JS: scanner now properly detects unterminated regular expressions (Olli)
  1051. - Layouter: target="_parent" was still dysfunctional (Olli)
  1052. - Layouter: fixed backfill for empty pages (Olli)
  1053. - Layouter: embed class would never close the net stream, and thus
  1054.   both loose memory and possibly nuke severly if the object was
  1055.   disposed before the net load finished [www.formel-eins.de] (Olli)
  1056. - GUI: removed last stack recursive function from the menu editing (Zapek)
  1057. - GUI: fixed nasty bug that would trash context menu entries when editing 
  1058.   them (Zapek)
  1059. - GUI: when editing a prefsmenu entry and immediately pressing 'OK' without
  1060.   switching to another entry it's saved correctly (Zapek)
  1061. - GUI: separators weren't saved properly (Zapek)
  1062.  
  1063. 3.3.65 [1st public beta]
  1064. ------------------------
  1065. - Layouter: <BASE TARGET=xxx> now works (Olli)
  1066. - GUI: first click on the context menu editor's list wasn't handled, so
  1067.   editing the entry would do nothing. Listtree bug, grrr (Zapek)
  1068. - GUI: new entries in the context menu editor weren't saved correctly (Zapek)
  1069. - GUI: fixed the 'remove' button in the context menu editor (Zapek)
  1070.  
  1071. 3.3.66
  1072. ------
  1073. - General: Netinfo window would nuke if there were long URLs with "%"
  1074.   in them (Olli)
  1075. - GUI: 'SaveURL' wasn't working when saving the link of an imagelink (Zapek)
  1076. - General: debug level is now settable via menus (Olli)
  1077. - General: minor speed up in refresh clip handling (Olli)
  1078. - General: memory allocated for scaled images was never freed (Olli)
  1079. - General: removed unnecessary prefs/button image copying (Olli)
  1080.  
  1081. 3.3.67
  1082. ------
  1083. - GUI: fixed key image sizes (erm) (Olli)
  1084. - JS: added grammar workaround for websites which produce
  1085.   (wrong, but IE-accepted) code like "if(cond){statement};else{statement}"
  1086.   [translator.go.com] (Olli)
  1087. - JS: fixed bogus line numbers be reported in error window (note that
  1088.   for line counting purposes, only '\n' (linefeeds) are considered
  1089.   line breaks) (Olli)
  1090. - Layouter: now understands <noembed> (Olli)
  1091. - JS: navigator.mimeTypes[] functional (Olli)
  1092. - JS: plugin.enabledPlugin functional (Olli)
  1093. - General: extended plugin interface so that plugin can provide
  1094.   Alias IDs under which they are listed in navigator.plugins --
  1095.   this is mostly to workaround lame JS code which doens't
  1096.   check navigator.mimeTypes[], but also does a name comparision
  1097.   on navigator.plugins[] [www.grow.de] (Olli)
  1098.  
  1099. 3.3.68
  1100. ------
  1101. - JS: do {...} while(cond); now works (Olli)
  1102. - GUI: fixed problem with the mouse pointer being
  1103.   out of area on links etc. not being filtered correctly (Olli)
  1104. - GUI: now remembers tearoff settings for windows again (Olli)
  1105. - GUI: fixed "Goto Bookmarks" (Olli)
  1106. - GUI: fixed "Open Local file" (Olli)
  1107. - GUI: fixed updating of spoof menu entries (Olli)
  1108. - General: fixed plugin seturl() callback (Olli)
  1109. - Plugin: removed Alias IDs (Zapek)
  1110. - JS: fixed a rather bizarre problem with object
  1111.   literal initialization (Olli)
  1112. - JS: "var x;" now properly initializes the object to "undefined"
  1113.   (Olli)
  1114. - JS: fixed comparisions against "undefined" (Olli)
  1115. - JS: switch/case now works (Sircus)
  1116.  
  1117. 3.3.69
  1118. ------
  1119. - JS: Object class now knows the valueOf() method (Olli)
  1120. - JS: setting an unmodifable property of an DOM object
  1121.   now longer causes a major crash [www.08whatever.com] (Olli)
  1122. - JS: document.title can now be set (Olli)
  1123. - JS: regular expressions mostly working (objects and
  1124.   literals) (Olli)
  1125.  
  1126. 3.3.70
  1127. ------
  1128. - JS: numerous bugfixes in RegExp object (sigh) (Olli)
  1129. - General: password fields no longer remember their contents
  1130.   on back/forward (Olli)
  1131. - JS: onmouseclick, onmouseover and onmouseout now works for
  1132.   <AREA> objects (Olli)
  1133. - JS: added toLowerCase()/toUpperCase() to String object (Neko)
  1134. - JS: added missing <input type=button|submit|reset> DOM 
  1135.   functionality (Olli)
  1136. - JS: assigning "null" to a function pointer no longer causes
  1137.   a straight visit to hell (Olli)
  1138. - GUI: fixed the random issues of the Historylist (Zapek)
  1139. - JS: added missing <input type=text|password> DOM functionality
  1140.   (Olli)
  1141. - GUI: fixed 'Open file...' menu crashing (Zapek)
  1142.  
  1143. 3.3.71
  1144. ------
  1145. - General: no longer fails to start if locale.library isn't
  1146.   present for some reason (Olli)
  1147. - JS: added String.concat() (Neko)
  1148. - JS: fixed a rather nasty bug that JS execution context
  1149.   (variables etc.) got mixed up between frame sets when JS
  1150.   code was executed in various frames at the same time (Olli)
  1151.  
  1152. 3.3.72
  1153. ------
  1154. - GUI: fixed Historylist really this time.. as usual (Zapek)
  1155. - General: now doing to a new URL will abort all the images being loaded in
  1156.   the current one (Zapek)
  1157. - Layouter: link underlines are again now rendered at font baseline + 1,
  1158.   like with the previous layout engine (Olli)
  1159. - JS: fixed a problem with the form object not building it's child
  1160.   list properly (Olli)
  1161. - JS: body onload & unonload now work (Olli)
  1162. - JS: fixed onblur/onfocus events in button & textfields (Olli)
  1163. - JS: added missing <SELECT> DOM functionality (except the
  1164.   .options array) (Olli)
  1165. - JS: fixed a problem with the document object not being in the
  1166.   context of event handler executed code [www.vapor.com] (Olli)
  1167. - Network: added semaphore protection to avoid race conditions between the
  1168.   network task and the netinfo window which could lead to methods being pushed
  1169.   on non existent objects, thus crashing (Zapek)
  1170. - JS: added missing <INPUT TYPE=HIDDEN> DOM functionality (Olli)
  1171.  
  1172. 3.3.73
  1173. ------
  1174. - JS: it's now possible to set Form.Select.selectedIndex (Olli)
  1175. - JS: method calls for most DOM objects were blatantly broken (Olli)
  1176. - JS: made focus() and blur() actually work [www.google.com] (Olli)
  1177. - JS: added missing DOM functionality for <INPUT TYPE=CHECKBOX>
  1178.   objects (Olli)
  1179.  
  1180. 3.3.74
  1181. ------
  1182. - JS: added missing <TEXTAREA> DOM functionality (Olli)
  1183. - General: fixed broken IPC (Zapek)
  1184. - Layouter: made <s> equivalent to <strike> (erm), and added <del> (Olli)
  1185. - Layouter: made <tt> work (Olli)
  1186. - Layouter: <... VALIGN> was completely messed up, because the routine
  1187.   used for this actually checked against ALIGN again (Olli)
  1188. - General: due to a cvs merge problem, all links where in fact
  1189.   triggered *twice* (only really showed with mailto: links, though)
  1190.   (Olli)
  1191. - General: fixed internal mailto: being completely broken (The, David, The)
  1192.   (Olli)
  1193. - Imagedecode: fixed low mem handler. Due to some semaphore screwup,
  1194.   it would never free image memory when the low mem situation was caused
  1195.   by the image decoder process itself, which however was very likely.
  1196.   (Olli)
  1197. - Imagedecode: fixed incomplete images not being flushed and
  1198.   reloaded properly (Olli)
  1199. - Imagedecode: fixed a problem with imgdec_abortload() not properly
  1200.   flagging the image as "broken" if the abort happened before any
  1201.   image data was actually loaded, thus screwing up the layouter
  1202.   heavily, causing deadlocks and stuff. Raised version to 16.10 (Olli)
  1203. - General: fixed enforcer hit flood during layout when image loading 
  1204.   was turned off (Olli)
  1205.  
  1206. 3.3.75 [2nd public beta]
  1207. ------------------------
  1208. - JS: implemented window.focus() and window.blur() (the latter
  1209.   being a no-op) (Olli)
  1210. - JS: fixed event handler execution so that "this" properly
  1211.   points to the source object (Olli)
  1212. - JS: the "form" property of several form objects was 
  1213.   undefined (Olli)
  1214.  
  1215. 3.3.76
  1216. ------
  1217. - JS: again, setting properties which weren't settable could cause
  1218.   a major crash, due to the fact that the custom property handlers
  1219.   were trying to interpret a string (or other) value as an object.
  1220.   Now hopefully fixed once and for all, in case such a thing happens,
  1221.   a "Property can't be modified" message is thrown up (Olli)
  1222. - JS: it's now possible to set form.target and form.action
  1223.   [www.teleauskunft.de] (Olli)
  1224. - General: fixed MUI app object contained version string (which
  1225.   is also shown by Exchange) (Olli)
  1226. - JS: added date.toLocaleString(), date.toUTCString(), date.toGMTString(),
  1227.   date.getMilliseconds() and date.setMilliseconds() (Olli)
  1228. - JS: added the UTC versions of the date.getXX() functions (Olli)
  1229. - JS: added the UTC versions of the date.setXX() functions (Olli)
  1230. - JS: made Date.parse() work (Olli)
  1231. - JS: implemented the Date(millis) and Date(string) date class
  1232.   constructors (Olli)
  1233. - JS: serious bug in the scanner would interpret all numeric
  1234.   literals without a decimal point as a 32 bit integer, thus
  1235.   screwing up values which didn't fit into this range (notably
  1236.   Date initializers) (Olli)
  1237. - JS: implemented the Date(year,month,day) etc.pp. constructors
  1238.   (Olli)
  1239. - JS: fixed problem with anchor mouseover event handler return
  1240.   code being ignored under certain circumstances (Olli)
  1241.  
  1242. 3.3.77
  1243. ------
  1244. - JS: added form.reset() (Olli)
  1245. - Layouter: added percentage support for WIDTH and HEIGHT in the <IMG> tag
  1246.   (Zapek)
  1247. - Layouter: fixed a problem in the group class causing it to ignore
  1248.   margins when layouting inner objects (Olli)
  1249. - Layouter: fixed a problem with cascaded <... align=left> objects
  1250.   being not properly layed out (Olli)
  1251. - Layouter: fixed a really bizarre interaction with <li> and
  1252.   left aligned tables [www.tomshardware.com] (Olli)
  1253. - Imagedecode: fixed a very longstanding bug in the AGA c2p code
  1254.   which would write excess data for every 17, 49 etc. column.
  1255.   Also optimized the code a bit while being at it. Version bumped 
  1256.   to 16.11. (Olli)
  1257. - Layouter: added percentage support for WIDTH and HEIGHT in the <EMBED> tag
  1258.   (Zapek)
  1259.  
  1260. 3.3.78
  1261. ------
  1262. - Layouter: fixed the very same layout interaction problem for
  1263.   align=right objects now (ahem) (Olli)
  1264. - Rexx: changed OpenURL to LoadURL and put back the old OpenURL version. ARexx
  1265.   scripts should now work and openurl.library as well (Zapek)
  1266. - Layouter: fixed a problem with the "end of page" operations sometimes
  1267.   not being triggered properly (status update, triggering of meta refresh,
  1268.   etc.) (Olli)
  1269. - Prefs: added automatic conversion of "ReloadURL FORCE" to "LoadURL RELOAD
  1270.   FORCE" for people not reading readmes :) (Zapek)
  1271. - Layouter: fixed a selection problem with large <SELECT> lists which were
  1272.   not in multiple mode [www.xe.com/ucc] (Olli)
  1273. - JS: fixed a potential race condition in setting JS timers which
  1274.   could cause a full lockup (Olli)
  1275. - Net: POSTing to URLs containing #anchors was completely dysfunctional
  1276.   [www.excite.co.uk] (Olli)
  1277. - JS: undefined variables now indeed evaluate to "undefined", instead
  1278.   of causing an error bail out [a good quarter of the www] (Olli)
  1279. - Layouter: added ALIGN=MIDDLE as an alias for ALIGN=CENTER (similiar
  1280.   to the existant VALIGN=CENTER alias for VALIGN=MIDDLE) (Olli)
  1281. - Net: when following a redirect, the target GET is now sent
  1282.   with the ORIGINAL URL as a Referer:, instead of the FORWARDING URL.
  1283.   This fixes problems with scripts checking the Referer: and relying
  1284.   on the MSIE behavior [www.lycos.co.uk SMS service] (Olli)
  1285. - Net: made the date parser a bit more forgiving against slightly
  1286.   offstandard date formats -- should fix some problems with cookies
  1287.   expiring too quickly (like, immediately) (Olli)
  1288. - Prefs: when all cookies were deleted, the list wasn't saved,
  1289.   thus the cookies reappeared after a restart (Olli)
  1290.  
  1291. 3.3.79 [3rd public beta]
  1292. ------------------------
  1293. - Layouter: changes in image sizes didn't cause the necessity
  1294.   of scrollers to be reevaluated. This mostly showed when loading
  1295.   individual po^H^Himages (Olli)
  1296. - Layouter: increased chance that upon showing individual images,
  1297.   image info can be shown in the window title properly (Olli)
  1298. - Layouter: fixed enforcer hits when only one of the image
  1299.   dimensions was specified (Olli)
  1300. - Layouter: now supports transparency in background images (Olli)
  1301. - General: added workaround for broking URLs of the form
  1302.   http://www.theviking.net?blah=blubb (i.e., missing "/" after host) 
  1303.   (Olli)
  1304. - Layouter: now strips off URI arguments when submitting a form
  1305.   (Olli)
  1306. - Prefs: fixed automatic prefs conversion not working for context menus
  1307.   (Zapek)
  1308. - JS: setting of custom properties on the document object works
  1309.   again (Olli)
  1310. - Net: fixed enforcer hits on FTP login (Olli)
  1311.  
  1312. 3.3.80
  1313. ------
  1314. - GUI: context menu for images now shows the image info in
  1315.   the title (Olli)
  1316. - GUI: fixed memory leak everytime a context menu was shown (Olli)
  1317. - JS: V wouldn't execute <script> tags which had an explicit
  1318.   language="Javascript" attribute (Olli)
  1319. - Layouter: fixed a bug in the layout engine which would
  1320.   miscalculate the width of an object if it contained <pre>
  1321.   formatted text (or was a <TD NOWRAP> cell) and certain
  1322.   types of inline objects (notably, anchors) (Olli)
  1323. - Layouter: hopefully finally and for all fixed fancy interactions
  1324.   between <p>, <div>, <center> and <hx> line aling modes (Olli)
  1325.  
  1326. 3.3.81
  1327. ------
  1328. - Layouter: form data stripping (as introduced in 3.3.79)
  1329.   only takes place when the form METHOD is not POST (Olli)
  1330. - Layouter: "#fragment" addressing now works, in both
  1331.   loading and intra-document links (Olli)
  1332. - Layouter: fixed problems with empty <select> lists (Olli)
  1333. - Layouter: fixed problems with div/p alignments going
  1334.   awry sometimes (Olli)
  1335. - Layouter: <LI> now sets last-was-space mode correctly (Olli)
  1336. - JS: made <script src=url> work (Olli)
  1337. - Layouter: made the heuristics which causes V to ignore obviously
  1338.   bogus <TD WIDTHs> less sensitive, to avoid problems with narrow
  1339.   windows ["fixes" table_width.html] (Olli)
  1340.  
  1341. 3.3.82
  1342. ------
  1343. - Layouter: made color code parser more forgiving on ultra-crap
  1344.   HTML (rgb specs with "O" instead of "0", missing "#" etc.)
  1345.   (Olli)
  1346. - Net: fixed the possibility of a reloaded node still catching
  1347.   cached content due to a state race condition (Olli)
  1348. - GUI: fixed context menus which could pick wrong anchors (Zapek)
  1349. - Layouter: empty color specs are now ignored throughout (Olli)
  1350. - Layouter: now understands hex numerical entities (Olli)
  1351. - JS: real-to-string conversion now produces up to 32 digit
  1352.   numbers before reverting to scientific notation (Olli)
  1353. - JS: parseInt() now understands numbers in scientific notation (Olli)
  1354.  
  1355. 3.3.83
  1356. ------
  1357. - JS: for( x in obj ) now works (Olli)
  1358. - JS: fixed function.toString() (Olli)
  1359. - JS: fixed a memory trashing issue when toString()ing an empty
  1360.   array (Olli)
  1361. - Layouter: <p> at the top of an empty container no longer
  1362.   causes blank space (Olli)
  1363. - Layouter: fixed a complicated screwup involving unspecified
  1364.   tables and cellspacing/border/cellpadding induced rounding
  1365.   errors (Olli)
  1366. - General: fixed a potential crash due to a race condition
  1367.   on form submission by pressing enter in a string
  1368.   field (Olli)
  1369. - General: fixed another potential crash when submitting
  1370.   a form twice or more times while the first submit is
  1371.   still ongoing (Olli)
  1372.  
  1373. 3.3.84
  1374. ------
  1375. - Layouter: "Pragma: no-cache" is now also honored when it's specified
  1376.   in HTTP-EQUIV (Olli)
  1377. - Layouter: Meta-Refresh now always triggers a forceful reload (Olli)
  1378. - Layouter: image and table cell relative widths are now clipped between
  1379.   [0%,100%] (Olli)
  1380. - JS: fixed Real class string conversion for more accuracy, too (Olli)
  1381. - Imgdecode: MorphOS imgdecoder's revision was never set (Zapek)
  1382. - Layouter: no more unneccesary screen refresh when switching
  1383.   pages (Olli)
  1384. - Layouter: URL assembly no longer removes blanks; they are
  1385.   converted into %20s later in networking (Olli)
  1386. - Layouter: GIF anims now stop if the window is deactivated (Olli)
  1387.  
  1388. 3.3.85
  1389. ------
  1390. - Imgdecode: removed the 'Optimized updating' option which is now unecessary
  1391.   (Zapek)
  1392. - Prefs: stopping anims on window activation/deactivation is now settable
  1393.   (Zapek)
  1394. - Layouter: GIF anims reactivation do really work (Zapek)
  1395. - GUI: fixed the context menu doing enforcer hits when there was no entry
  1396.   selected and the object was disposed (Zapek)
  1397. - GUI: fixed prefspanel crash when changing panel quickly (Zapek)
  1398. - JS: properly class Select.selectedIndex was broken for <select>
  1399.   objects which were represented as a popup list (Olli)
  1400. - JS: fixed some more (sigh) scoping problems with regards to
  1401.   the this pointer, and the default scoping object [www.autobild.de]
  1402.   (Olli)
  1403. - JS: implemented select.options[] (read-only, so far) (Olli)
  1404. - Layouter: fixed status not updating properly problems with frames
  1405.   pages (Olli)
  1406.  
  1407. 3.3.86
  1408. ------
  1409. - Imgdecode: oops, line decoding was turned on (Zapek)
  1410. - Layouter: fixed a problem with interpretating relative widths
  1411.   of tables when any margin constraint was active (i.e, an
  1412.   left-aligned image or table) (Olli)
  1413. - JS: parent of topmost window is now the topmost window itself.
  1414.   No, I'm not going to comment on this. Really. I don't. I'm in
  1415.   full control of my emotions. [www.nvidia.com] (Olli)
  1416. - JS: function pointers now evaluate to boolean TRUE in
  1417.   bool conversion, instead of throwing a "invalid type
  1418.   conversion" fit [www.t-online.de] (Olli)
  1419. - Imgdecode: raised PPC's stacksize and added priority setting like the 68k
  1420.   version (Zapek)
  1421. - Layouter: now ignores duplicate <body> tags [www.planetquake.com] (Olli)
  1422. - JS: window.scrollXX() now works (Olli)
  1423. - JS: moved toString() implementation into the interpreter, no more
  1424.   per-object implementations are necessary. This closes some holes
  1425.   with objects which didn't properly implement toString (notably
  1426.   document) (Olli)
  1427. - JS: fixed Object.valueOf() (Olli)
  1428. - General: reduced per-object memory consumption a bit (Olli)
  1429. - JS: read-access to variables of other frames is now possible (Olli)
  1430. - JS: fixed a nice collection of problems with typeof(), notable
  1431.   it causing a "too many objects in expression" error [www.palm.com]
  1432.   (Olli)
  1433. - JS: fixed a problem with array references used in expressions (Olli)
  1434. - General: source view now no longer opens for anything which is not
  1435.   text/* (Olli)
  1436.  
  1437. 3.3.87
  1438. ------
  1439. - Layouter: fixed a problem with the image buffer and nested
  1440.   html views (i.e., frames), causing nukes with MUI 3.8 and
  1441.   inefficiency with MUI 4 (Olli)
  1442. - JS: removed document.parent property (doesn't exist by
  1443.   DOM spec, and creates ambiguity with window.parent) 
  1444.   [www.jschoenfeld.com] (Olli)
  1445. - JS: fixed problems with line numbers in error reports (Olli)
  1446.  
  1447. 3.3.88
  1448. ------
  1449. - JS: fixed remaining line number counting problem in
  1450.   conjunction with document.write() (Olli)
  1451. - JS: fixed problems with document.forms[] et.all. not
  1452.   being up to date properly (Olli)
  1453. - JS: fixed document.embeds/plugins[] -- really, this time (Olli)
  1454. - JS: implemented proper mark&sweep garbage collector for maintaining
  1455.   object lifetimes. Should fix all niggling random bugs induced by
  1456.   the previous broken (by implementation and design) refcounting
  1457.   approach (Olli)
  1458. - Layouter: fixed a crash-o-bang problem with lists with a
  1459.   nesting depth > 6 (Olli)
  1460. - JS: now supports line continuation in strings properly ("\" at
  1461.   end of line) (Olli)
  1462. - JS: fixed problems with certain types of object member
  1463.   addressing crashing hard when the object is undefined/null (Olli)
  1464. - Layouter: fixed a problem with the network module confusing
  1465.   Referer and actual URL, causing problems with redirects (Olli)
  1466. - JS: implemented missing "Radio" class DOM functionality (Olli)
  1467. - Layouter: fixed a problem where RectFill() could be called
  1468.   with broken parameters (top<bottom), thus wrecking havoc
  1469.   (Olli)
  1470.  
  1471. 3.3.89
  1472. ------
  1473. - JS: fixed a problem with window.frames[] possibly being
  1474.   incomplete when being referenced "too quickly" (Olli)
  1475. - JS: building of window.frames[] was seriously broken
  1476.   with nested framesets (Olli)
  1477. - JS: button.value is now settable (Olli)
  1478. - General: "Stop" would crash on frames pages (Olli)
  1479. - Layouter: removed , entity, to avoid freak interactions
  1480.   with the IE precedent of converting entites in URLs (grrr),
  1481.   and IE not knowing , (grrr) (Olli)
  1482. - JS: fixed GC issue with navigator.plugins[] and 
  1483.   navigator.mimetypes[] (Olli)
  1484. - JS: fixed GC issues with document custom properties (Olli)
  1485. - JS: implemented missing String.split() method (Olli)
  1486. - JS: fixed Radio.onClick() event handler (Olli)
  1487. - JS: fixed an GC issue with radio buttons (Olli)
  1488. - Layouter: will now remove the last spaces in a container (Olli)
  1489. - General: authentications and history won't be saved to disk if V
  1490.   failed to start (Zapek)
  1491. - Cache: doesn't save the cache on exit if V didn't start (Zapek)
  1492. - Imgdecode: recompiled with MorphOS directcalls and added new PPC direct
  1493.   callback API (Zapek)
  1494. - GUI: SpeedBarObjects failing to be created would lead to a crash (Zapek)
  1495. - General: cleaned up brush memory handling functions mess (Zapek)
  1496. - Layouter: added completely kewl new table sizing algorithm(tm)
  1497.   (Sircus)
  1498. - JS: implemented document.cookie (read only) (Olli)
  1499.  
  1500. 3.3.90
  1501. ------
  1502. - Layouter: rendering speedup with lots of anchors, divs, paragraphs
  1503.   or manual linebreaks (Olli)
  1504. - Layouter: fully transparent background images are now dropped
  1505.   completely (Olli)
  1506. - GUI: fastlink buttons failing to be created would lead to a crash (Zapek)
  1507. - Layouter: fixed table border rendering, broken in 3.3.89 (Olli)
  1508. - JS: fixed a GC issue with form cycles, causing crashes when
  1509.   the options array was referenced (Olli)
  1510. - Layouter: due to a silly string comparision mistake, image map areas
  1511.   types DEFAULT, POLY/GON or CIRCLE didn't work (always interpreted
  1512.   as RECT) (Olli)
  1513. - Layouter: <input type=image> objects would have their name
  1514.   padded out with bogus spaces (Olli)
  1515. - JS: javascript: links used as a src for new frames or windows
  1516.   would nuke horribly (Olli)
  1517. - Layouter: non-multi-select listview <select> items would retain
  1518.   the previous selected entry without any chance to reset it when
  1519.   going back through navigation (Olli)
  1520.  
  1521. 3.3.91
  1522. ------
  1523. - JS: fixed a problem with timers eating up all available memory
  1524.   due to constantly allocating new bytecode space (Olli)
  1525. - JS: the garbage collector is now run regularly after executing
  1526.   event handlers or timers (Olli)
  1527. - JS: fixed another bizarre problem involving the garbage collector
  1528.   object handling order -- fixes various random crashes on quit,
  1529.   on leaving framesets etc. (Olli)
  1530. - Layouter: now handles TABs in <pre> formatted text
  1531.   properly (Olli)
  1532.  
  1533. 3.3.92
  1534. ------
  1535. - JS: fixed initialization of the random number generator used
  1536.   for Math.random() (Olli)
  1537. - Imgdecode: Now detects if an GIF or PNG is marked as being
  1538.   transparent without the mask being actually used. This allows
  1539.   for much more efficient blitting, esspecially when "transparent"
  1540.   images are used for backgrounds by Dreamweaver-class webdesigners
  1541.   [www.unreal2.com, and others]. Image decoder version raised to
  1542.   18.0 (Olli)
  1543. - Layouter: double buffering was accidentally disabled after
  1544.   the first refresh, causing heavy flickery on subsequent
  1545.   refreshes (Olli)
  1546. - JS: fixed another GC issue involving window' class custom
  1547.   properties (Olli)
  1548. - JS: fixed Yet Another issue with array.toString() (Olli)
  1549. - Layouter: now stores the horizontal and vertical positions of visited
  1550.   webpages in the Historylist (Zapek)
  1551. - General: if a small critical memory allocation failed, V wouldn't 
  1552.   display an alert message (Zapek)
  1553.  
  1554. 3.3.93
  1555. ------
  1556. - JS: fixed a memory leak in array class (Olli)
  1557. - JS: "Reload" with active timers would eventually nuke (Olli)
  1558. - Layouter: added support for <ins>, <code>, <samp>, <kbd>,
  1559.   <cite>, <dfn> and <var> style tags (Olli)
  1560. - JS: fixed another GC issue with frames [www.gelbepost.de]
  1561. - Layouter: fixed the storing of horizontal/vertical position of visited
  1562.   webpages. Now always sets them correctly, hopefully (Zapek)
  1563. - JS: added navigator.platform (Olli)
  1564. - Layouter: fixed problems with "vanishing" empty cells 
  1565.   [www.heise.de] (Olli)
  1566.  
  1567. 3.3.94
  1568. ------
  1569. - Net: Anon ftp now uses "anonymous" instead of "ftp" as the login name
  1570.   to avoid problems with some strange ftpd installations
  1571.   [www.haage-partner.com] (Olli)
  1572. - JS: window.open( "" ) no longer causes the base URL to be loaded
  1573.   into the new window (Olli)
  1574. - JS: <frame src=""> would cause the base URL to be loaded into the
  1575.   frame, possibly causing evil loops [www.cinefil.com] (Olli)
  1576. - JS: fixed for MorphOS (Zapek)
  1577.  
  1578. 3.3.95 [4th public beta]
  1579. ------------------------
  1580. - JS: fixed window.open() with just two arguments [http://www.collegia.de/]
  1581.   (Olli)
  1582.  
  1583. 3.3.96
  1584. ------
  1585. - Layouter: <P ALIGN=x>s at top of a container would cause the alignment
  1586.   to get lost [www.dcecom.de] (Olli)
  1587. - Layouter: fixed <P> leading space at top of containers (Olli)
  1588. - Layouter: now supports <IMG LOWSRC=x> attribute, solely to support
  1589.   JS code which uses this attribute to store image rollover helper
  1590.   data [www.dcecom.de] (Olli)
  1591. - General: fixed a (temporary) memory leak when a plugin was setting an URL
  1592.   (Zapek)
  1593. - General: iconifing V when using the clockclass would go into a busyloop
  1594.   after deiconifying it (Zapek)
  1595. - Layouter: now ignores <IMG WIDTH=""> or HEIGHT="" [www.amazon.co.uk]
  1596.   (Olli)
  1597. - JS: fixed a parsing problem causing some strange behavior with missing
  1598.   ';' [www.zdf.de] (Olli)
  1599. - JS: fixed String() function (Olli)
  1600. - Network: directory scanning now uses ExAll() instead of ExNext() (Zapek)
  1601. - JS: location.replace() was missing a string termination, and
  1602.   thus sometimes produced bogus URLs [VTS: js_garbage.html] (Olli)
  1603. - Layouter: (hopefully) fixed a problem with heavily nested frames
  1604.   screwing up the cache bitmap/layer combo [www.vakantje4u.nl] (Olli)
  1605.  
  1606. 3.3.97
  1607. ------
  1608. - Layouter: the X/Y position is no longer set back if the user moved during
  1609.   layouting (Zapek)
  1610. - Cache: ExAll() to the prunecache process and certs scanning (Zapek)
  1611. - Image decoders: will now properly reload images which were
  1612.   aborted by user (either by pressing "STOP" or aborting load due to
  1613.   a navigation action). Fixes various problems with going backwards
  1614.   or forwards in pages, or induced by javascript frames escape code.
  1615.   Raised image decoder version to 18.1 (Olli)
  1616. - Image decoders: an image which was used as a background and which 
  1617.   had a transparency channel which wasn't used would not refresh
  1618.   correctly upon finishing of download [www.sasg.com] (Olli)
  1619. - General: fixed another problem with typing in the URL
  1620.   gadget causing form image objects to be randomly activated (Olli)
  1621. - JS: implemented document.open() and document.close() (Olli)
  1622. - JS: fixed a problem with the order of evaluation of variable names,
  1623.   which could cause an object property to hide a actual variable
  1624.   (i.e. "window.name" hiding "name") (Olli)
  1625. - JS: fixed 1001 problems with window.open() (Olli)
  1626. - JS: implemented window.close() (Olli)
  1627. - JS: implemented String.match() and String.search() (Olli)
  1628. - Imgdecode: oops, MorphOS version would wrongly try to open a 68k image
  1629.   decoder if the PPC version wasn't there then violently crash (Zapek)
  1630. - Plugin: ExAll() to the plugin scanning (Zapek)
  1631. - Plugin: MorphOS version works again, new API addition (Zapek)
  1632. - Layouter: fixed a problem with zero-sized cells [www.heise.de] (Sircus)
  1633. - Layouter: fixed a problem with relative width tables causing
  1634.   a discrepancy between sizing and layouting stage, thus causing excess
  1635.   wrapping [numerous sites] (Olli)
  1636. - GUI: added smooth scrolling for MUI4 (Zapek)
  1637. - General: fixed enforcer hits and malfunctions when launching an external app
  1638.   (Zapek)
  1639. - Net: no longer hangs when the size of a FTP download is unknown (Zapek)
  1640. - Net: FTP errors are reported correctly (Zapek)
  1641. - Layouter: fixed a rather complicated interaction which caused constructs
  1642.   like <script src=> to get table contexts lost when, and only when, the core
  1643.   document was already completely in memory (Olli)
  1644. - JS: added support for the optional start index for both String.indexOf()
  1645.   and String.lastIndexOf(). This actually fixes some sites which were
  1646.   otherwise getting entangled in neverending JS loops trying to iterate
  1647.   over cookies [www.amazon.com, for example] (Olli)
  1648. - JS: fixed a problem with "javascript:" URLs in form action submission
  1649.   [www.sainsburys.com] (Olli)
  1650. - Layouter: no longer aborts if documents contain strain zero bytes (Olli)
  1651. - Layouter: exchanged default followed and not followed link colors to
  1652.   match IE (only applies to new V installations without existing prefs
  1653.   files) (Olli)
  1654. - Layouter: ACCESSKEY now also works for image map areas (Olli)
  1655. - JS: implemented String.fromCharCode(), and the global static "String" 
  1656.   object [www.rtlworld.de] (Olli)
  1657. - Layouter: several of the style tags (<cite> etc.) were missing their
  1658.   negation counterparts, thus causing style "leakage" (Olli)
  1659. - JS: implemented RegExp.toString() according to IE behavior (Olli)
  1660.  
  1661. 3.3.98
  1662. ------
  1663. - JS: implemented Link.href (Olli)
  1664. - Layouter: form images are now properly included in the cycle chain (Olli)
  1665. - Layouter: fixed a problem with the status line not properly resetting
  1666.   when leaving image map areas [www.yahoo.com] (Olli)
  1667. - Image decoder: scaled bitmaps are now allocated with a safety margin,
  1668.   to protect against rounding errors in BitMapScale() implementations.
  1669.   Might (or might not) fix various reported strange memory trashing
  1670.   problems (Olli)
  1671. - JS: documents created with document.open() had no proper base URL,
  1672.   thus causing all kind of weird problems [www.rtl.de] (Olli)
  1673. - Layouter: plaintext layout no longer wraps (Olli)
  1674. - Layouter: major improvement in rendering and esspecially scrolling
  1675.   speed by various optimizations in the redraw & backfilling code (Olli)
  1676.  
  1677. 3.3.99
  1678. ------
  1679. - JS: fixed form radio group name building (Olli)
  1680. - Bookmarks: CManager is now optional and no longer loaded on startup so V
  1681.   loads faster (Zapek)
  1682. - GUI: context menus won't pick up the wrong link anymore (Zapek)
  1683. - GUI: the download window is now created dynamically (Zapek)
  1684. - GUI: imagelinks menus show up over imagemaps when needed (Zapek)
  1685. - JS: fixed a potential endless loop caused by weird <script src>
  1686.   URLs [www.musenet.fr.st] (Olli)
  1687. - Rexx: added 'CopyToClip' command (Zapek)
  1688. - Prefs: fixed possible crash in the smooth scrolling prefs
  1689.   with MUI 3.8 (Olli)
  1690.  
  1691. 3.3.100
  1692. -------
  1693. - JS: raised the maximum nesting depth of symbolic expressions
  1694.   to 32 levels (from 10) -- this fixes errors with statements of
  1695.   the form "a=b=c=d=e=f=g=h=i=j=k=l=m=n=o=p=q=r=s=t=u=v=''"
  1696.   (Olli)
  1697. - JS: added support for top and left attributes for the window.open features
  1698.   argument (Neko)
  1699. - JS: fixed missing "?" in location.search string (Olli)
  1700. - JS: setting document.location now works like setting window.location (Olli)
  1701. - JS: fixed an issue with timers, arguments and the GC (Olli)
  1702. - Bookmarks: pressing the 'Add' button works even if CManager wasn't started
  1703.   by some other means first (Zapek)
  1704. - Bookmarks: fixed typing aliases in the URL string (Zapek)
  1705. - GUI: V won't rewrite 'bla' into 'http://www.bla.com/' since this is a brain
  1706.   damage for local networks (Zapek)
  1707. - GUI: no smooth virtgroup without user interaction (Zapek)
  1708. - GUI: added single window mode (Olli)
  1709. - GUI: closing a window removes its entry from the 'Windows' menu properly
  1710.   (Zapek)
  1711. - JS: now supports the unary "+" operator (for people writing stuff like
  1712.   "+5.0") (Olli)
  1713. - Layouter: fixed a severe memory leak when viewing individual images
  1714.   causing the image data to never be freed again (not on quit, not on
  1715.   flush, not on "Flush image cache"). Very bad on pages with lots of
  1716.   individual images (i.e. porn sites) (Olli)
  1717. - JS: various array functions which should have returned the array
  1718.   in fact didn't (Olli)
  1719. - JS: array.unshift() and array.push() would cause bogus "Expression stack
  1720.   empty" errors (Olli)
  1721. - JS: added workaround for "var undefined;" (Olli)
  1722.  
  1723. 3.3.101
  1724. -------
  1725. - JS: implemented document.getElementById() and document.all[] (Olli)
  1726. - JS: array.push() now returns the new array length (Olli)
  1727. - JS: implemented location.protocol (Olli)
  1728. - GUI: fixed window closing in single window mode (Olli)
  1729. - JS: no longer stumbles over document.write( "</SCRIPT>" );-alike
  1730.   stuff (Olli)
  1731. - Layouter: now really only wraps on whitespaces, not on consecutive
  1732.   objects (e.g. images) (Olli)
  1733. - JS: fixed nuke problem with the array toString() and join() methods 
  1734.   and self refereneces [www.faz.net] (Olli)
  1735. - JS: error reporting now includes the true URL of the file causing
  1736.   the error, instead of the document base URL (Olli)
  1737. - JS: the new func() constructor call was leaving trash on the
  1738.   expression stack, potentially screwing with assignment operations
  1739.   [www.dds.dk] (Olli)
  1740.  
  1741. 3.3.102
  1742. -------
  1743. - JS: setting window.status from a frameset now updates the real
  1744.   status text (Olli)
  1745. - JS: one call to ToString() was missing the radix parameter, and
  1746.   thus caused conversion to random bases [www.niblet.co.uk] (Olli)
  1747. - GUI: main prefs window was screwed with MUI 3.8 (Olli)
  1748. - JS: hopefully fixed remaining problems with silly HTML comment
  1749.   wrapping of code (Olli)
  1750. - JS: <A OnClick=...> now works properly (Olli)
  1751. - Layouter: cloned IE behavior with </form> in void space
  1752.   in tables (Olli)
  1753. - Layouter: <pre> linefeed inserting behavior now matches IE
  1754.   (Olli)
  1755. - GUI: fixed download window not displaying the progress of the download
  1756.   causing its first opening, and some enforcer hits (Zapek)
  1757. - Layouter: interaction between calcminmax and dolayout could case
  1758.   <nobr> or <pre> formatted text to break out of table cells (Olli)
  1759. - Layouter: <[obj] ALIGN=CENTER|RIGHT> is now relative to the visible
  1760.   window width, as opposed to the real document width for the outer
  1761.   container (Olli)
  1762. - JS: document.close() without a previous .open() or a .write()
  1763.   would cause havoc (Olli)
  1764.  
  1765. 3.3.103
  1766. -------
  1767. - JS: String.substring() would crash quite impressivly with 
  1768.   an starting index > size of the string (Olli)
  1769. - GUI: fixed a crash bug regarding opening of new windows
  1770.   when all previous browser windows had been closed (Olli)
  1771.  
  1772. 3.3.104
  1773. -------
  1774. - JS: "null + <something>" would cause enforcer orgy (Olli)
  1775. - Imgdecode: now will always show the size and type of the pictures when
  1776.   viewed individually, even when the network connection is slow (Zapek)
  1777. - Imgdecode: no longer eats up a few lines when displaying individual pictures
  1778.   progressively (Zapek)
  1779.